PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / scaleTransform Method
Scale factor in the x direction.
Scale factor in the y direction.
In This Topic
    scaleTransform Method
    In This Topic
    Applies the specified scaling operation to the transformation matrix of this graphics by prepending it to the current transformation matrix.
    Syntax
    public void scaleTransform( 
       double sx,
       double sy
    )

    Parameters

    sx
    Scale factor in the x direction.
    sy
    Scale factor in the y direction.
    See Also